HomeSort by relevance Sort by last modified time
    Searched refs:getI64Imm (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 138 /// getI64Imm - Return a target constant with the specified value, of type
140 inline SDValue getI64Imm(int64_t Imm) {
224 getI64Imm(0));
380 getI64Imm(get_zapImm(mask))), 0);
382 getI64Imm(sval));
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 67 /// getI64Imm - Return a target constant with the specified value, of type
69 inline SDValue getI64Imm(uint64_t Imm) {
516 getI64Imm(Imm >> 16)), 0);
518 getI64Imm(Imm & 0xFFFF)), 0);
525 getI64Imm(Imm & 0xFFFF)), 0);
531 getI64Imm(SImm & 0xFFFF)),
    [all...]

Completed in 159 milliseconds