Searched defs:isTarget (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenTarget.cpp404 bool isTarget = I[i]->getValueAsBit("isTarget"); local
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1155 ConstantSDNode(bool isTarget, const ConstantInt *val, EVT VT) argument
1180 ConstantFPSDNode(bool isTarget, const ConstantFP *val, EVT VT) argument
1295 ConstantPoolSDNode(bool isTarget, const Constant *c, EVT VT, int o, argument
1303 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, argument
1528 ExternalSymbolSDNode(bool isTarget, const char *Sym, unsigned char TF, EVT VT) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1033 SDValue SelectionDAG::getIntPtrConstant(uint64_t Val, bool isTarget) { argument
1038 SDValue SelectionDAG::getConstantFP(const APFloat& V, EVT VT, bool isTarget) { argument
1042 SDValue SelectionDAG::getConstantFP(const ConstantFP& V, EVT VT, bool isTarget){ argument
1076 SDValue SelectionDAG::getConstantFP(double Val, EVT VT, bool isTarget) { argument
1134 getFrameIndex(int FI, EVT VT, bool isTarget) argument
1149 getJumpTable(int JTI, EVT VT, bool isTarget, unsigned char TargetFlags) argument
1169 getConstantPool(const Constant *C, EVT VT, unsigned Alignment, int Offset, bool isTarget, unsigned char TargetFlags) argument
1196 getConstantPool(MachineConstantPoolValue *C, EVT VT, unsigned Alignment, int Offset, bool isTarget, unsigned char TargetFlags) argument
1472 getBlockAddress(const BlockAddress *BA, EVT VT, int64_t Offset, bool isTarget, unsigned char TargetFlags) argument
[all...]

Completed in 146 milliseconds